gix-worktree-stream 0.13.1

generate a byte-stream from a git-tree
Documentation
The implementation of creating an archive from a git tree, similar to `git archive`, but using an internal format. This crate can effectively be used to manipulate worktrees as streams of bytes, which can be decoded using the [`Stream`] type.